/*分页条样式*/
.pgStyle{font-size: 16px;}
.pgStyle .disab ,.pgStyle .disab,.pgStyle .cur, .pgStyle a.cur, .pgStyle a.cur:visited,.pgStyle a{padding: 8px 15px !important;border-radius: 4px;}
.pgStyle input { width: 30px;margin: 2px 4px;height: 30px;}
.pgStyle button{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;    
}
.pgStyle .cur{
    background-color: #2195d0 !important;
    border: 1px solid #2195d0 !important;
}
.pgyy{
    width: 8px !important;
    margin: 2px 4px !important;
    height: 36px !important;

    border: 1px solid #eee;
    border-radius: 4px;
    padding: 1px 15px;

}